|
Modifying the KommerceServer web.config File for SolrThis topic assumes you have already completed the following steps in regards to the installation of Solr on your KommerceServer web server.
Once you have performed the full data import using the Solr Admin website, you will need to update the solrSearchUrl and solrSearchRowCount settings in the WebStore section of the KommerceServer web.config file. The solSearchUrl setting enables Solr search integration and provides the URL of the Solr instance. Set the solrSearchUrl to the following setting: solrSearchUrl="http://localhost:8983/solr/kommerceserver" The solrSearchRowCount setting allows you to set the maximum rows to be returned from Solr. The value must be a positive integer. If not specified, the default value is 200. Next Steps
|